addchannel_data | data = ADDCHANNEL_DATA(data,ch,ndata,section) |
addevent_data | data = ADDEVENT_DATA(data,ch,ename,type) called by bmech_addevent to add data to event branches. |
bmech_NaNpartition | bmech_NaNpartition(fld) parititons all channels based on NaNs. All channels are |
bmech_addevent | BMECH_ADDEVENT(fld,ch,ename,type,sfld) batch process of event addition |
bmech_combine | BMECH_COMBINE(fld1,fld2,method,fl1exclude,fl2exclude) will combine data from 2 separate zoo files. |
bmech_copyall | biomech_copyall(fld1,fld2) copies all files from fld1 to fld2 |
bmech_explode | BMECH_EXPLODE(fld,ch) batch process split of n x 3 channel data into three n x 1 |
bmech_merge | BMECH_MERGE(fld,ch) batch process merging of exploded channels |
bmech_partition | BMECH_PARTITION(fld,evt1,evt2,nfld) partitions (cuts) files from evt1 and evt2. |
bmech_removechannel | BMECH_REMOVECHANNEL(fld,ch,action) batch process removal of unwanted channels |
bmech_removeevent | BMECH_REMOVEEVENT(fld,evt,ch) removes events from data set. |
bmech_removefolder | BMECH_REMOVEFOLDER(fld,sfld) batch process removal of trials from subfolder 'sfld' |
bmech_renamechannel | BMECH_RENAMECHANNEL(fld,och,nch) batch process renaming of channels |
bmech_renameevent | bmech_renameevent(fld,evt,nevt) will rename events in your data. |
bmech_reptrial | BMECH_REPTRIAL(fld,chrp) finds a representative trial per subject/condition based |
combine_data | data = COMBINE_DATA(data1,data2,method) |
explode_data | data = EXPLODE_DATA(data,ch) explodes channels |
explodechannel_data | data = EXPLODECHANNEL_DATA(data,ch) explodes channels |
mergechannel_data | data = MERGECHANNEL_DATA(data,ch) explodes channels |
partition_data | data = PARTITION_DATA(data,evt1,evt2,ch) standalone function to partition data |
removechannel_data | data= REMOVECHANNEL_DATA(data,ch) removes channels from zoo files |
removeevent_data | data = REMOVEEVENT_DATA(data,evt,ch) removes event from zoo file |
renamechannel_data | data = RENAMECHANNEL_DATA(data,och,nch) renames zoo channels |
renameevent_data | data = RENAMEEVENT_DATA(data,evt,nevt) will rename events in your data. |